From: Michael Natterer Date: Sat, 5 Jul 2008 16:03:49 +0000 (+0000) Subject: remove #if HAVE_CONFIG_H and clean up other include weirdness in this X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31698 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c09eb4fdcbaf5948b1a2758916b5669764d5bc28;p=gtk4.git remove #if HAVE_CONFIG_H and clean up other include weirdness in this 2008-07-05 Michael Natterer * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up other include weirdness in this file. svn path=/trunk/; revision=20779 --- diff --git a/ChangeLog b/ChangeLog index 029fc163f3..0d0ec324d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-05 Michael Natterer + + * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up + other include weirdness in this file. + 2008-07-05 Matthias Clasen * NEWS: Updates diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index 8f5e1463f0..55534c4e8a 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -24,15 +24,9 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#if HAVE_CONFIG_H -# include -# if STDC_HEADERS -# include -# include -# endif -#else -# include -#endif +#include "config.h" + +#include #include "gtkprogressbar.h" #include "gtkprivate.h"